Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.liveconnect.dropbox.core.DropboxComponent--providers

This contribution is part of XML component org.nuxeo.ecm.liveconnect.dropbox.core.DropboxComponent inside nuxeo-liveconnect-dropbox-core-9.10.jar /OSGI-INF/dropbox-service.xml

Extension Point

Extension point providers of component OAuth2ServiceProviderRegistry.

Contributed Items

  • <provider>
          <name>dropbox</name>
          <description>Dropbox</description>
          <class>org.nuxeo.ecm.liveconnect.dropbox.DropboxOAuth2ServiceProvider</class>
          <tokenServerURL>https://api.dropbox.com/oauth2/token</tokenServerURL>
          <authorizationServerURL>https://www.dropbox.com/oauth2/authorize?force_reapprove=true</authorizationServerURL>
        </provider>

    Dropbox

XML Source

<extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry">
    <provider>
      <name>dropbox</name>
      <description>Dropbox</description>
      <class>org.nuxeo.ecm.liveconnect.dropbox.DropboxOAuth2ServiceProvider</class>
      <tokenServerURL>https://api.dropbox.com/oauth2/token</tokenServerURL>
      <authorizationServerURL>https://www.dropbox.com/oauth2/authorize?force_reapprove=true</authorizationServerURL>
    </provider>
  </extension>